OpenRoads Designer CONNECT Edition SDK Help

CreateJoinCoincidentCol Method

Creates a linear element collection where all coincident elements are joined and reversed if necessary. Elements that dont join will have gap element in between them

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public  LinearElementCollection CreateJoinCoincidentCol(double tol)

Parameters

SettingDescription
   Tolerance

Return Value

LinearElementCollection Joined linear element collection

See Also